x86emul: move some of the early operand adjustments
authorJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2016 08:40:06 +0000 (09:40 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2016 08:40:06 +0000 (09:40 +0100)
commit94ee3859b80e72b2e95e0c07110b93430838d742
treee6013ac34721a12e38a3ca9637e8688f8820300d
parent109ae2e9b41456f29ed3e0ca929db525a5842087
x86emul: move some of the early operand adjustments

As said in the code comment being added, only adjustments affecting
further processing prior to the x86_decode_*() calls really belong into
x86_decode() itself.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c